home *** CD-ROM | disk | FTP | other *** search
/ The Complete Reference Collection 1998 / The Complete Reference Collection 1998 Edition (Windows Version 1.01)(Compton's Home Library)(CRC844CE-CD)(1997).ISO / win32 / cie.att < prev    next >
Text File  |  1997-08-11  |  27KB  |  751 lines

  1. ;;;  CIE97 Attribute database file -- updated August 1996 for CIE97
  2. ;;;
  3. ;;;  This file is used to specify:
  4. ;;;        rollover tool tip text
  5. ;;;             button audio help
  6. ;;;        button context sensitive text help
  7. ;;;        viewer pane audio help
  8. ;;;        button click sounds (specific and generic)
  9. ;;;
  10. ;;;  Some mumbo jumbo from Kris K. from CIE96:
  11. ;;;      The RegEx describing this file is:
  12. ;;;      {[PathToken][\.\*]}*[Attribute] : [^\n]*
  13. ;;;      Spaces :
  14. ;;;           1. Between path token (path1.   path2) are stripped out.
  15. ;;;           2. Inside a path token is maintained.
  16. ;;;
  17. ;;;  Syntax:
  18. ;;;
  19. ;;;    rollover tool tip text:
  20. ;;;
  21. ;;;        generic control button:
  22. ;;;            [button bitmap name].HelpText: [rollover text]
  23. ;;;                    or
  24. ;;;            [pane name]*[button bitmap name].HelpText: [rollover text]
  25. ;;;
  26. ;;;        path bar button:
  27. ;;;            ZPathBar.[module name].HelpText: [rollover text]
  28. ;;;        menu bar button:
  29. ;;;            ZMenuBar.[button bitmap name].HelpText: [rollover text]
  30. ;;;        viewer pane / window
  31. ;;;            [pane name]*.HelpText: [rollover text] ???????
  32. ;;;
  33. ;;;
  34. ;;;    context sensititve text help
  35. ;;;
  36. ;;;        generic control button:                                    ????
  37. ;;;            [button bitmap name].HelpTopic: [.hlp file header]
  38. ;;;                    or
  39. ;;;            [pane name]*[button bitmap name].HelpTopic: [.hlp file header]
  40. ;;;
  41. ;;;        path bar button: ????
  42. ;;;            ZPathBar.[module name].HelpTopic: [.hlp file header]
  43. ;;;        menu bar button:     ????
  44. ;;;            ZMenuBar.[button bitmap name].HelpTopic: [.hlp file header]
  45. ;;;        viewer pane / window
  46. ;;;            [pane name]*.HelpTopic: [.hlp file header]
  47. ;;;
  48. ;;;    button click sounds
  49. ;;;
  50. ;;;        default button click on mousedown:
  51. ;;;            ClickSound: [.wav file]
  52. ;;;
  53. ;        *****************
  54. ;        DEFAULT BEHAVIORS
  55. ;        *****************
  56. ClickSound:             clkinit.wav!
  57. Sound:                  clkother.wav!
  58.  
  59. ;        ****************
  60. ;        OPTIONS BUTTONS
  61. ;        ****************
  62.  
  63. ;        View 1 -- M_P_OR_A
  64. ZPathBar.view1.HintText:     Go to the two-viewer layout
  65. ZPathBar.view1.HelpTopic:     Command Buttons
  66. ZPathBar.view1.Sound:        view3.wav
  67.  
  68. ;        View 2 -- PM_A
  69. ZPathBar.view2.HintText:     Go to the three-viewer, large article layout
  70. ZPathBar.view2.HelpTopic:     Command Buttons
  71. ZPathBar.view2.Sound:        view3.wav
  72.  
  73. ;        View 3 -- P_MA
  74. ZPathBar.view3.HintText:     Go to the three-viewer, large find layout
  75. ;ZPathBar.view3.HelpAudio:     backtrac.wav
  76. ZPathBar.view3.HelpTopic:     Command Buttons
  77. ZPathBar.view3.Sound:        view3.wav
  78.  
  79. ;       View 4 -- P_MA
  80. ZPathBar.view4.HintText:    Go to the full-screen layout
  81. ZPathBar.view4.HelpTopic:    Command Buttons
  82. ZPathBar.view4.Sound:        view3.wav
  83.  
  84. ;        Left space
  85. ZPathBar.Leftspac.Sound:    silence.wav
  86. ZPathBar.Leftspac.ClickSound:    silence.wav
  87.  
  88.  
  89. ;       Find
  90. ZPathBar.find.HintText:            Show the Find Viewer
  91. ZPathBar.find.HelpTopic:        Command Buttons
  92. ZPathBar.find.Sound:            nav4.wav
  93.  
  94. ;       Media
  95. ZPathBar.media.HintText:        Show the Media Viewer
  96. ZPathBar.media.HelpTopic:        Command Buttons
  97. ZPathBar.media.Sound:            nav4.wav
  98.  
  99. ;        Article
  100. ZPathbar.article.HintText:        Show the Article Viewer
  101. ZPathBar.article.HelpTopic:        Command Buttons
  102. ZPathBar.article.Sound:            nav4.wav
  103.  
  104. ;        Middle Space
  105. ZPathBar.spacer.Sound:    silence.wav
  106. ZPathBar.spacer.ClickSound:    silence.wav
  107.  
  108.  
  109. ;        Tools
  110. ZPathBar.tools.HintText:      See a menu of additional tools and features
  111. ZPathBar.tools.HelpTopic:     Command Buttons
  112. ZPathBar.tools.Sound:        optn2.wav
  113.  
  114. ;        Notebook
  115. ZPathBar.journal.HintText:         Write notes, cut and paste selections from The Complete Reference Collection
  116. ZPathBar.journal.HelpTopic:     Command Buttons
  117. ZPathBar.journal.Sound:        view2.wav
  118.  
  119. ;        Backtrack
  120. ZPathBar.backtrk.HintText:         Go back to the last place you visited
  121. ZPathBar.backtrk.HelpTopic:     Command Buttons
  122. ZPathBar.backtrk.Sound:        view2.wav
  123.  
  124. ;         Help
  125. ZPathBar.help.HintText:         Read the Help file 
  126. ZPathBar.help.Sound:            view2.wav
  127.  
  128. ;        Exit
  129. ZPathBar.exit.HintText:         Exit The Complete Reference Collection
  130. ZPathBar.exit.Sound:        view2.wav
  131. ZPathBar.exit.HelpTopic:         Command Buttons
  132.  
  133. ;        ************
  134. ;         MENU ITEMS
  135. ;        ************
  136.  
  137. ;         Bookmark List
  138. ZMenuBar.bkmklist.HintText:     View and organize the list of items you've bookmarked
  139. ZMenuBar.bkmklist.HelpTopic:     Bookmark List
  140. ZMenuBar.bkmklist.Sound:        clkother.wav
  141. ZMenuBar.bkmklist.ClickSound:   Silence.wav
  142.  
  143. ;        Research; History
  144. ZMenuBar.rsrchist.HintText:     View the list of places you've visited in The Complete Reference Collection
  145. ZMenuBar.rsrchist.HelpTopic:     Research;  History
  146. ZMenuBar.rsrchist.Sound:           clkother.wav
  147. ZMenuBar.rsrchist.ClickSound:   Silence.wave
  148.  
  149. ;        Make Shortcut
  150. ZMenuBar.shrtcut.HintText:        Save your place in Complete Reference Collection on the Windows desktop
  151. ZMenuBar.shrtcut.HelpTopic:     Make Shortcut
  152. ZMenuBar.shrtcut.Sound:            clkother.wav
  153. ZMenuBar.shrtcut.ClickSound:    Silence.wave
  154.  
  155.  
  156. ;        Link to Comptons
  157. ZMenuBar.Comptons.HintText:        Visit the Compton's Web site
  158. ;ZMenuBar.Comptons.HelpTopic:
  159. ZMenuBar.Comptons.Sound:        clkother.wav
  160. ZMenuBar.Comptons.ClickSound:   Silence.wave
  161.  
  162. ;         Word Processor
  163. ZMenuBar.notebook.HintText:     Activate your word processor
  164. ZMenuBar.notebook.HelpTopic:     Word Processor
  165. ZMenuBar.notebook.Sound:    clkother.wav
  166. ZMenuBar.notebook.ClickSound:   Silence.wave
  167.  
  168. ;        Preferences
  169. ZMenuBar.prefs.HintText:        Customize features of The Complete Reference Collection
  170. ZMenuBar.prefs.HelpTopic:         Preferences
  171. ZMenuBar.prefs.Sound:        clkother.wav
  172. ZMenuBar.prefs.ClickSound:   Silence.wave
  173.  
  174. ;        About CIE
  175. ZMenuBar.aboutcie.HintText:     Learn about the people who helped make The Complete Reference Collection
  176. ZMenuBar.aboutcie.HelpTopic:     About CIE
  177. ZMenuBar.aboutcie.Sound:    clkother.wav
  178. ZMenuBar.aboutcie.ClickSound:   Silence.wave
  179.  
  180. ;    ************************
  181. ;    Viewer title bar buttons
  182. ;    ************************
  183.  
  184. close.HintText:            Close this window
  185. close.HelpAudio:        close.wav
  186. close.HelpTopic:        Tableau & Viewers
  187.  
  188. full.HintText:            Go to Full Screen
  189. full.HelpAudio:            full.wav
  190. full.HelpTopic:            Tableau & Viewers
  191.  
  192. small.HintText:            Go to Small Screen
  193. small.HelpAudio:        small.wav
  194. small.HelpTopic:        Tableau & Viewers
  195.  
  196. ;    *******************************
  197. ;    Audio/visual control buttons
  198. ;    *******************************
  199. avfllrwd.HintText:        Rewind to beginning
  200. avfllrwd.HelpAudio:        rewind.wav
  201. avfllrwd.HelpTopic:        Quick Help for the Multimedia Viewer
  202.  
  203. avfwd.HintText:                Move forward
  204. avfwd.HelpAudio:        jumpfwd.wav
  205. avfwd.HelpTopic:        Quick Help for the Multimedia Viewer
  206.  
  207. avpause.HintText:        Pause playback
  208. avpause.HelpAudio:        pause.wav
  209. avpause.HelpTopic:        Quick Help for the Multimedia Viewer
  210.  
  211. avplay.HintText:            Play item
  212. avplay.HelpAudio:        avplay.wav
  213. avplay.HelpTopic:        Quick Help for the Multimedia Viewer
  214.  
  215. avrwd.HintText:                Move backward
  216. avrwd.HelpAudio:        jumpbck2.wav
  217. avrwd.HelpTopic:        Quick Help for the Multimedia Viewer
  218.  
  219. avstop.HintText:            Stop playback
  220. avstop.HelpAudio:        avstop.wav
  221. avstop.HelpTopic:        Quick Help for the Multimedia Viewer
  222.  
  223.  
  224. ;    *******************************
  225. ;    Miscellaneous chiclet buttons
  226. ;    *******************************
  227. pbclose.HintText:        Close this window
  228. pbclose.HelpAudio:              close.wav
  229. pbclose.HelpTopic:        Tableau & Viewers
  230.  
  231. pbnext.HintText:        Display the next item of this kind
  232. pbnext.HelpAudio:        next.wav
  233. pbnext.HelpTopic:        Tableau & Viewers
  234.  
  235. pbprev.HintText:        Display the previous item of this kind
  236. pbprev.HelpAudio:        prev.wav
  237. pbprev.HelpTopic:        Tableau & Viewers
  238.  
  239.  
  240. ;    *******************************
  241. ;    Article viewer
  242. ;    *******************************
  243. ArticleViewer*HelpTopic:    Article Viewer
  244. ArticleViewer*HelpAudio:    article3.wav
  245.  
  246. ArticleViewer*pbnext.HintText:        Display the next article in Compton's
  247. ArticleViewer*pbnext.HelpAudio:        next.wav
  248. ArticleViewer*pbnext.HelpTopic:        Quick Help for the Article Viewer
  249.  
  250. ArticleViewer*pbprev.HintText:        Display the previous article in Compton's
  251. ArticleViewer*pbprev.HelpAudio:        prev.wav
  252. ArticleViewer*pbprev.HelpTopic:        Quick Help for the Article Viewer
  253.  
  254.  
  255. ;    *******************************
  256. ;    media viewer
  257. ;    *******************************
  258. Media*HelpTopic:            Multimedia Viewer
  259. Media*HelpAudio:            mmavi3.wav
  260.  
  261. Media*pbnext.HintText:        Display the next fac